From: Richard M. Stallman Date: Sun, 30 May 1993 03:45:33 +0000 (+0000) Subject: Just load vt100.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95771 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9bd27e853d0f6bb7cb93cfe772df07050d8dd7e7;p=emacs.git Just load vt100.el. --- diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el index 3b75d654c50..ffe8e6bb1a6 100644 --- a/lisp/term/apollo.el +++ b/lisp/term/apollo.el @@ -1 +1 @@ -(load "term/vt100") +(load "term/vt100" nil t) diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index e2055798f5c..8ed3ee74cc5 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el @@ -1,9 +1,3 @@ -(defun terminal-80-columns () - (interactive) - (send-string-to-terminal "\033[?3l") - (set-frame-width 80)) - -(defun terminal-132-columns () - (interactive) - (send-string-to-terminal "\033[?3h") - (set-frame-width 132)) +;; For our purposes we can treat the vt200 and vt100 alike. +;; The differences are handled by the termcap entry. +(load "term/vt100" nil t)